GetBlockedWorkers
retrieves your list of currently blocked workers.BlockWorker(workers, reasons, verbose = getOption('MTurkR.verbose'), ...)
UnblockWorker(workers, reasons = NULL, verbose = getOption('MTurkR.verbose'), ...)
GetBlockedWorkers(pagenumber = NULL, pagesize = NULL,
verbose = getOption('MTurkR.verbose'), ...)
BlockWorker
and optional for UnblockWorker
.getOption('MturkR.verbose')
.request
.BlockWorker
and UnblockWorker
return a dataframe containing the list of workers, reasons (for blocking/unblocking them), and whether the request to block/unblock each of them was valid.
GetBlockedWorkers
returns a dataframe containing the list of blocked workers and the recorded reason for the block.BlockWorker
prevents the specified worker from completing any of your HITs. UnblockWorker
reverses this operation.
GetBlockedWorkers
retrieves currently blocked workers and the reason recorded for their block. This operation returns the first 65,535 blocked workers (the default for pagesize
; access to additional blocked workers is available by specifying a pagenumber
greater than 1.
BlockWorkers()
and block()
are aliases for BlockWorker
. UnblockWorkers()
and unblock()
are aliases for UnblockWorker
. blockedworkers()
is an alias for GetBlockedWorkers
.BlockWorker("A1RO9UEXAMPLE",reasons="Did not follow photo categorization HIT instructions.")
GetBlockedWorkers()
UnblockWorker("A1RO9UEXAMPLE")
Run the code above in your browser using DataLab